home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TITEMPROPFORM / TITEMPROPFORM.txt
Text File  |  2004-09-13  |  3KB  |  164 lines

  1. object ItemPropForm: TItemPropForm
  2.   Left = 357
  3.   Top = 338
  4.   BorderStyle = bsDialog
  5.   Caption = 'Item properties'
  6.   ClientHeight = 236
  7.   ClientWidth = 324
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   DesignSize = (
  18.     324
  19.     236)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object NameLabel: TTntLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 45
  26.     Height = 13
  27.     Anchors = [akLeft, akTop, akRight]
  28.     Caption = '&File name'
  29.     FocusControl = NameEdit
  30.   end
  31.   object HashLabel: TTntLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 53
  35.     Height = 13
  36.     Anchors = [akLeft, akTop, akRight]
  37.     Caption = '&Hash value'
  38.     FocusControl = HashEdit
  39.   end
  40.   object TypeLabel: TTntLabel
  41.     Left = 8
  42.     Top = 152
  43.     Width = 49
  44.     Height = 13
  45.     Caption = 'Hash &type'
  46.     FocusControl = TypeBox
  47.   end
  48.   object CodeLabel: TTntLabel
  49.     Left = 168
  50.     Top = 152
  51.     Width = 70
  52.     Height = 13
  53.     Caption = 'Hash &encoding'
  54.     FocusControl = CodeBox
  55.   end
  56.   object DateLabel: TTntLabel
  57.     Left = 8
  58.     Top = 104
  59.     Width = 41
  60.     Height = 13
  61.     Caption = 'File &data'
  62.     FocusControl = DateEdit
  63.   end
  64.   object TimeLabel: TTntLabel
  65.     Left = 104
  66.     Top = 104
  67.     Width = 39
  68.     Height = 13
  69.     Caption = 'File t&ime'
  70.     FocusControl = TimeEdit
  71.   end
  72.   object SizeLabel: TTntLabel
  73.     Left = 192
  74.     Top = 104
  75.     Width = 37
  76.     Height = 13
  77.     Caption = 'File &size'
  78.     FocusControl = SizeEdit
  79.   end
  80.   object NameEdit: TTntEdit
  81.     Left = 8
  82.     Top = 24
  83.     Width = 305
  84.     Height = 21
  85.     Anchors = [akLeft, akTop, akRight]
  86.     TabOrder = 0
  87.     Text = 'NameEdit'
  88.   end
  89.   object HashEdit: TEdit
  90.     Left = 8
  91.     Top = 72
  92.     Width = 305
  93.     Height = 21
  94.     Anchors = [akLeft, akTop, akRight]
  95.     TabOrder = 1
  96.     Text = 'HashEdit'
  97.   end
  98.   object TypeBox: TComboBox
  99.     Left = 8
  100.     Top = 168
  101.     Width = 145
  102.     Height = 21
  103.     Style = csDropDownList
  104.     ItemHeight = 13
  105.     TabOrder = 5
  106.   end
  107.   object CodeBox: TComboBox
  108.     Left = 168
  109.     Top = 168
  110.     Width = 145
  111.     Height = 21
  112.     Style = csDropDownList
  113.     ItemHeight = 13
  114.     TabOrder = 6
  115.   end
  116.   object OKButton: TTntButton
  117.     Left = 8
  118.     Top = 200
  119.     Width = 75
  120.     Height = 25
  121.     Caption = 'OK'
  122.     Default = True
  123.     ModalResult = 1
  124.     TabOrder = 7
  125.   end
  126.   object CancelButton: TTntButton
  127.     Left = 88
  128.     Top = 200
  129.     Width = 75
  130.     Height = 25
  131.     Cancel = True
  132.     Caption = 'Cancel'
  133.     ModalResult = 2
  134.     TabOrder = 8
  135.   end
  136.   object DateEdit: TTntDateTimePicker
  137.     Left = 8
  138.     Top = 120
  139.     Width = 92
  140.     Height = 21
  141.     Date = 38064.767383125000000000
  142.     Time = 38064.767383125000000000
  143.     TabOrder = 2
  144.   end
  145.   object TimeEdit: TTntDateTimePicker
  146.     Left = 104
  147.     Top = 120
  148.     Width = 81
  149.     Height = 21
  150.     Date = 38064.775420497700000000
  151.     Time = 38064.775420497700000000
  152.     Kind = dtkTime
  153.     TabOrder = 3
  154.   end
  155.   object SizeEdit: TTntEdit
  156.     Left = 192
  157.     Top = 120
  158.     Width = 121
  159.     Height = 21
  160.     TabOrder = 4
  161.     Text = '0'
  162.   end
  163. end
  164.